home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / PCAD Netlist.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  2.5 KB  |  61 lines

  1. {
  2.   Netlist script for PCAD.
  3.   Copyright 1993 by Capilano Computing Systems Ltd.
  4.   All rights reserved.
  5. }
  6. $NOTES
  7. Attribute fields required:
  8.  
  9. In circuit:
  10.  
  11.     PCBFILENAME    Name of PCB file that PDIFIN will associate with
  12.             this netlist.  This PCAD file must exist with at
  13.             least the board outline before reading the netlist.
  14.  
  15. In each type definition or device instance:
  16.  
  17.     UNUSED        A list of the unused pins (i.e. not appearing in
  18.             the schematic) for this device.  This is
  19.             required so that the list of pins put in the netlist
  20.             matches the pin list in the PCAD parts database.
  21.             The format is "2,3,12,14".  Unused pins will appear
  22.             as "?" in the netlist.
  23.             IMPORTANT: This version of DesignWorks does not
  24.             check for the same pin being specified in multiple
  25.             places.  If one section of a part uses pin "x" and
  26.             pin "x" is also specified as unused, then it will
  27.             appear twice in the list.
  28.     PCAD        This is the part name to be used in the PCAD system.
  29.             This must match a "partName.PRT" part definition
  30.             file which PDIFIN uses.
  31.  
  32.  
  33. *** IMPORTANT NOTE ***
  34.  
  35. This netlist script for a third party PCB system is provided with DesignWorks on an "as is" basis with no guarantee that it will work in any particular environment.  Capilano Computing has no control over the file formats that may be used by these systems.  These scripts have generally been created and tested in conjunction with DesignWorks users and were developed for use with a specific version of the target system.  The third party developer may change formats at any time, and we do not have the resources to track every version of every system on the market.
  36.  
  37. If this script does not appear to generate the format required for your system, we are happy to assist customers in generating the appropriate format.  Please contact us at tech@capilano.com and provide a sample netlist and as much information as you can about the required format.
  38. $END
  39. $CHECK(This report form is intended only for FLAT mode designs) $PURE $PHYSICAL
  40. $ROWS(60)
  41. $COLUMNS(80)
  42. $SIGSOURCE(Ground)
  43. $SIGSOURCE(Plus5V) &Power
  44. $DESIGNSIGSOURCE &SigSources
  45. $NULLSIGSON
  46. $AUTONUMBER(3)
  47. $CREATEREPORT($CIRCUITNAME.PDF) $PROMPT $CREATOR(EDIT)
  48. $LINETERMINATOR $DOS
  49. $COMBDEVSON
  50. $CONTSTART()
  51. $ASSIGNNAMES $DEVICES $FORMAT(U1)
  52. $ASSIGNNAMES $SIGNALS $FORMAT(SIG1)
  53. $SORT $DEVICES $DEVNAME
  54. $SORT $SIGNALS $SIGNAME
  55. $DEVPINFORMAT $PINNUM $SIGNAME
  56. $BUSNAMEON(_)
  57. $BLANKREPLACE(_)
  58. % Project $DESIGNNAME $DATE
  59. \{COMPONENT $CIRCUITNAME\.PCB \{ENVIRONMENT &PCBFILENAME\.PCB\} \{DETAIL \{SUBCOMP
  60. $DEVICES\{I &PCAD $DEVNAME$NEWLINE\{CN $PINS$NEWLINE\}$NEWLINE\}
  61. \}\}\}